home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / map / convert.wrk < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.1 KB  |  68 lines

  1. #
  2. #    CONVERT.EXE Work File
  3. #
  4. #    convert uses this list of files to generate a MWDBII compatible
  5. #    database.  The data can then be used with MAP.EXE.  If the directories
  6. #    given below are not branches of the current directory, then edit the
  7. #    line so it can find the files.  You can also move the files around,
  8. #    add, delete, till you have a database you like.
  9. #
  10. #    Code    Meaning
  11. #    ----    -------
  12. #    !    Directory name (relative to current)
  13. #    1000    Boundaries
  14. #    2000    Countries
  15. #    4000    States (not used in The World Digitized database)
  16. #    5000    Islands
  17. #    6000    Lakes
  18. #    7000    Rivers (not used in The World Digitized database)
  19. #
  20.  
  21. !northamerica
  22. usa0.mps,1000
  23. na0.mps,1000
  24. gr0.mps,1000
  25. na3.mps,2000
  26. usa1.mps,5000
  27. na1.mps,5000
  28. gr1.mps,5000
  29. pa1.mps,5000
  30. na2.mps,6000
  31.  
  32. !southamerica
  33. sa0.mps,1000
  34. sa3.mps,2000
  35. sa1.mps,5000
  36. sa2.mps,6000
  37.  
  38. !europe
  39. e0.mps,1000
  40. e3.mps,2000
  41. e1.mps,5000
  42. e2.mps,6000
  43.  
  44. !africa
  45. af0.mps,1000
  46. af3.mps,2000
  47. af1.mps,5000
  48. af2.mps,6000
  49.  
  50. !asia
  51. as0.mps,1000
  52. as3.mps,2000
  53. as1.mps,5000
  54. as2.mps,6000
  55.  
  56. !australia
  57. au0.mps,1000
  58. au1.mps,5000
  59. au2.mps,6000
  60.  
  61. !antarctica
  62. an0.mps,1000
  63. an1.mps,5000
  64.  
  65. #
  66. # EOF
  67. #
  68.